home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / COMM / PCDRED10.ARJ / PC-DIRED.DOC next >
Text File  |  1992-01-07  |  3KB  |  76 lines

  1. PC-DIRED.EXE
  2. A Procomm Plus 2.01 Directory Editor.
  3.  
  4. By Chris Harrington
  5. Copyright (c) 1991, All Rights Reserved.
  6.  
  7. 'Procomm Plus' is a registered trademark of
  8. DATASTORM TECHNOLOGIES, INC.
  9.  
  10.  
  11. This program arose out of a need to be able to edit a Procomm
  12. directory without having to use the 'R'evise entry function.  The
  13. problem with the procomm way is that you cannot edit certain
  14. fields that are saved to the directory file.  I have to credit
  15. Datastorm for including the HOOK.C file with their distribution
  16. package.  The information found within it was invaluable for
  17. writing this program.
  18.  
  19. The program is fairly straight forward at this stage.  I plan
  20. more features for future versions.  Place the .EXE file in your
  21. Procomm directory.  You may execute the program in a number of
  22. ways.
  23.  
  24.      1.   Strap it as META key HOOK program.  Select Alt-M from
  25.           the terminal mode.  Choose which key to strap it to. 
  26.           Hit 'R' to revise the highlighted entry.  Set the TYPE
  27.           as to 'HOOK'.  Contents will be 'PC-DIRED'.  Save the
  28.           keys with 'S'.  When you want to run the directory
  29.           editor, just hit the META key you assigned it to.
  30.  
  31.      2.   Shell out to DOS and then execute PC-DIRED.  You may
  32.           include the directory name to edit on the command line. 
  33.           If you do not, you will be prompted to select the
  34.           directory to edit.
  35.           
  36.           EX:
  37.  
  38.                Enter 'EXIT' to return to PROCOMM PLUS
  39.                C:\PCPLUS> pc-dired pcplus.dir
  40.  
  41.  
  42.      3.   Execute it from the 'C:\PCPLUS>' prompt (or whatever
  43.           your procomm directory is).  You may include the
  44.           directory name to edit on the command line.  If you do
  45.           not, you will be prompted to select the directory to
  46.           edit.
  47.  
  48. After you enter the program, Hitting Alt-X at any time will abort
  49. the program and let you out.
  50.  
  51. Once you have selected the directory to edit the file will be
  52. read.  You will then be prompted to select the entry to edit with
  53. the arrow keys.  The standard PgUp, PgDn, Home, and End keys will
  54. work in this selection window.  After selecting the entry to
  55. edit, an editing screen will appear.  You may move from field to
  56. field with either the up/down arrow keys or tab/shift-tab key. 
  57. You may abort editing with the F9 key or save your work with the
  58. F10 key.  The Esc key has been disabled, so use F9 to abort. 
  59. After entering the last field you will be prompted to check the
  60. entry.  The entry will then be written back to the directory file
  61. and you will be prompted again to select another entry.  
  62.  
  63. If you have PC-DIRED strapped to a META key, in order for the
  64. changes to reflect in Procomm you will have to load the directory
  65. again with Alt-D, 'X', and then enter the directory file name.
  66.  
  67.  
  68.  
  69. History:
  70.  
  71. Version   Comments
  72. -------   ----------------------------------------------
  73. 0.01      Still in Beta test, no release version yet.
  74. 1.00      Release Version
  75.  
  76.